github.com/klauspost/compress/zstd.fseEncoder.useRLE (field)
12 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L665: if llEnc.useRLE {
blockenc.go#L676: if ofEnc.useRLE {
blockenc.go#L688: if mlEnc.useRLE {
dict.go#L394: dst.useRLE = false
fse_encoder.go#L30: useRLE bool // This encoder is for RLE
fse_encoder.go#L220: s.useRLE = true
fse_encoder.go#L229: if s.useRLE {
fse_encoder.go#L275: s.useRLE = true
fse_encoder.go#L278: s.useRLE = false
fse_encoder.go#L489: if s.useRLE {
fse_encoder.go#L639: if s.useRLE {
fse_encoder.go#L668: if s.useRLE {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |